home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wil4c10.zip / STR.H < prev    next >
Text File  |  1997-07-26  |  132b  |  5 lines

  1. void  StripCRLF(LPSTR);
  2. void  StringCopy(LPSTR, LPSTR, int);
  3. LPSTR StringChar(LPSTR, char);
  4. int   IsLeftString(LPSTR, LPSTR);
  5.